[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
ACOPY()
ACOPY() copies elements from one array to another.
Syntax
ACOPY(<array1>,<array2>[,<expN1>[,<expN2>[,<expN3]]])
Argument
<array1> is the source array.
<array2> is the target array.
<expN1> is the starting element position in the source array.
<expN2> is the number of elements to copy from the source array
beginning with <expN1>.
<expN3> is the starting element position in the target array to begin
the copy.
Returns
There is no return value.
See Also:
ACHOICE
ADEL
ADIR
AFIELDS
AFILL
AINS
ASCAN
ASORT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson